PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.type3 Package / PDFType3Glyph Class / PDFType3Glyph Constructor / PDFType3Glyph Constructor(int,int,PDFSize,PDFStandardRectangle,boolean)
In This Topic
    PDFType3Glyph Constructor(int,int,PDFSize,PDFStandardRectangle,boolean)
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFType3Glyph( 
       int code,
       int unicodeCodepoint,
       PDFSize size,
       PDFStandardRectangle bbox,
       boolean coloredGlyph
    )

    Parameters

    code
    unicodeCodepoint
    size
    bbox
    coloredGlyph
    See Also